home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 1.1)
-
- import os
- import stat
- import string
- mapchar = '_'
-
- def normcase():
- <CODE> normcase
-
- def isabs():
- <CODE> isabs
-
- def join():
- <CODE> join
-
- def splitdrive():
- <CODE> splitdrive
-
- def split():
- <CODE> split
-
- def splitext():
- <CODE> splitext
-
- def basename():
- <CODE> basename
-
- def dirname():
- <CODE> dirname
-
- def commonprefix():
- <CODE> commonprefix
-
- def islink():
- <CODE> islink
-
- def exists():
- <CODE> exists
-
- def isdir():
- <CODE> isdir
-
- def isfile():
- <CODE> isfile
-
- def samefile():
- <CODE> samefile
-
- def sameopenfile():
- <CODE> sameopenfile
-
- def samestat():
- <CODE> samestat
-
- def ismount():
- <CODE> ismount
-
- def walk():
- <CODE> walk
-
- def expanduser():
- <CODE> expanduser
- varchars = string.letters + string.digits + '_-'
-
- def expandvars():
- <CODE> expandvars
-
- def normpath():
- <CODE> normpath
-